home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / children / kgmnu114.exe / MENU.DOC < prev    next >
Text File  |  1992-10-17  |  6KB  |  153 lines

  1.  
  2.         Kids Graphics Menu Program
  3.             KGMNU114.ZIP
  4.  
  5. I tried to make this program easy for kids to use.  Might just as
  6. well make it useful for adults too. 
  7.  
  8.  
  9. Features:
  10.     Easy to use, point and click.
  11.     Executes batch, exe, and com files
  12.     Screen blanker (only while menu displayed)
  13.     TSRs installed by any executed batch files removed
  14.     Can use environment variable to locate data file
  15.     Can change colors and data file easily.
  16.  
  17.  
  18. Requirements:
  19.  
  20. This program was written to run on an IBM PC, XT, AT, and / or
  21. a clone.  It requires a hard disk, EGA or VGA graphics adapter, and a
  22. mouse.  The mouse driver must be installed for proper operation.
  23.  
  24.  
  25. Standard Disclaimers.
  26.  
  27. I am not responsible for anything this software does.  If you use this
  28. program you do so at your own risk.
  29.  
  30.  
  31. Installation:
  32.  
  33. Make a directory on your hard disk, and copy all the files into
  34. it. The program will look for all of its files via either an
  35. environment variable if present, or the path used to execute the 
  36. main menu.exe file if the environment variable is not present.  
  37. MENU.EXE is the only file required to be in your path if you wish 
  38. to return to the menu from any DOS prompt.  The environment variable 
  39. can be set by the following command:
  40.  
  41.     set MENU=c:\menu
  42.  
  43. Notice that there are no spaces after the 'M'.  The c: says the
  44. files are on drive C.  The \menu says the files are in the menu
  45. sub directory of the root directory.
  46.  
  47.  
  48. Use:
  49.  
  50. To execute the program, just type menu at the DOS prompt. The menu
  51. should appear on your screen.  If you wish to customize the menu
  52. to your system (which I strongly recommend) read the next section.
  53.  
  54.  
  55. Customization:
  56.  
  57. The colors, title, and entries may be easily customized.  Changing
  58. an entry or title is as simple as selecting the item to change by 
  59. placing the mouse cursor over it, and typing the <insert> key.  
  60. The colors can be modified by typing the <F2> key.  Help for the 
  61. needy can be reached via the <F1> key.
  62.  
  63. Changing the color scheme of things is simple.  Type the <F2> key
  64. and a color selection screen will appear.  At the top will be
  65. four boxes allowing you to select the background color, fill color, 
  66. foreground color, and exit.  The next item down on the screen is a color
  67. bar chart.  Select either a color to change or exit via pointing to the
  68. appropriate box with the mouse, and clicking any button.  After selecting 
  69. which color to modify, just point to the new color on the color chart 
  70. and click.  The sample menu will indicate what the finished product would 
  71. look like.  When you like the color combination selected, just select exit.
  72.  
  73.     The background color will fill the screen behind the menu boxes
  74.     The fill color will be for the background color inside the menu boxes.
  75.     The foreground color is the color used for text and lines.
  76.  
  77. Changing the menu title is also easy.  Just put the mouse cursor
  78. over the title and type the <insert> key.  An edit window will
  79. open at the top of your screen.  You enter this window in
  80. 'overtype mode', this means anything you type will type over the
  81. current character at the cursor.  You can change to insert mode by
  82. typing the <insert> key. Insert mode, inserts the characters you
  83. type at the cursor position, and moves the following characters to
  84. the right. The <escape> key will erase the entire line.  The <F10>
  85. key will accept what you have entered, and return to the menu
  86. screen. <home> places the cursor on the beginning of the line
  87. <end> puts the cursor on the last character.  The cursor arrow keys
  88. will move the cursor within the line.
  89.  
  90. Changing the menu entries is a little more difficult.  You select
  91. the entry to change by placing the mouse cursor over the item, and
  92. then typing the <insert> key.  An edit window will appear at the
  93. top of your screen.  You now have several items to edit.  All of
  94. the edit commands are the same as above with the addition of the
  95. up / down cursor keys and the enter key, these will move the
  96. cursor from one item to the next.  The fields to edit are:
  97.  
  98.     Title: 8 characters to represent the program to run.
  99.  
  100.     Path: The full path including the drive where the
  101.     executable file exists.
  102.  
  103.     File: The filename.ext of the program to be executed
  104.     when this item is selected.
  105.  
  106.     Wait: Do you wish to wait after executing this file before
  107.     returning to the menu.  This is useful if you wish to read
  108.     a screen of data before overwritten by the menu screen.
  109.  
  110.  
  111. Exceptions:
  112.  
  113. The only menu entry that is special, is the last one in the last
  114. row.  It will return you to DOS.  It also contains the menu title.
  115.  
  116.  
  117. EDIT COMMANDS:
  118.     Cursor keys    Move cursor
  119.     ESC        Clears line
  120.     Home        Beginning of line
  121.     End        End of line
  122.     CTRL-C        Exit menu
  123.     Insert        Enter insert mode
  124.     F10        Exit and save edit
  125.     Enter        Go to next line
  126.  
  127. Comments:
  128.  
  129. This program is being put into the public domain as freeware.  There are no
  130. fees required for its use.  This can be freely distributed as long as this
  131. menu.doc file accompanies the programs.  Credit must be provided for the 
  132. original author.
  133.  
  134. The source, written in Turbo-C (2.0), is available for a small sum.  Please 
  135. contact me if you are interested.
  136.  
  137. If you really love this program I am willing to accept contributions!
  138.  
  139. I would appreciate a postcard or email if you find this program useful.
  140. Any flames should be directed to /dev/null.  Suggestions are also welcome.
  141.  
  142.     Sheldon Kolansky        Internet: sk@westford.ccur.com
  143.     10 Jarvis Way
  144.     Westford, Massachusetts 01886-3944
  145.     USA
  146.  
  147. Known Bugs:
  148.  
  149. I only know of one problem at this time.  One of my sons programs will not
  150. run when started from the menu.  The program things that the Metafile driver
  151. has been loaded, and does not reload it.  The program then won't run because
  152. the driver was not loaded.
  153.